home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / mpf / eng / shared / agentdui.cab / scui.dll / HTML / MSKSTR.VBS < prev    next >
Encoding:
Text File  |  2005-07-27  |  4.5 KB  |  66 lines

  1. ∩╗┐Const MSK_NOT_INSTALLED_TITLE_STR = "SpamKiller is currently not installed on your computer."
  2.  
  3. Const MSK_INSTLD_ENBLD_TITLE_STR = "SpamKiller is currently protecting your computer."
  4.  
  5. ' LOCALIZATION NOTES: While translating, please move the text between {urlprolog}/{urlprolog2} and {urlepilog} to its proper place.
  6. ' Along with {urlprolog}/{urlprolog2} and {urlepilog}. It will be replaced at run time...
  7. ' Text inside the curly braces MUST not be translated...
  8. Const MSK_CLICK_TO_DISABLE_STR = "{urlprolog}Click here{urlepilog} if you want to {urlprolog2}disable{urlepilog} SpamKiller."
  9.  
  10. Const MSK_INSTLD_DSBLD_TITLE_STR = "SpamKiller is currently not protecting your computer."
  11.  
  12. ' LOCALIZATION NOTES: While translating, please move the text between {urlprolog}/{urlprolog2} and {urlepilog} to its proper place.
  13. ' Along with {urlprolog}/{urlprolog2} and {urlepilog}. It will be replaced at run time...
  14. ' Text inside the curly braces MUST not be translated...
  15. Const MSK_CLICK_TO_ENABLE_STR = "{urlprolog}Click here{urlepilog} if you want to {urlprolog2}enable{urlepilog} SpamKiller."
  16.  
  17. Const MSK_PRODUCT_STR = "SpamKiller"
  18. Const MSKPLUS_PRODUCT_STR = "SpamKiller Plus"
  19.  
  20. Const MSK_TRIALURL2_STR = "Install a 30-day Free Trial"
  21. Const MSK_30DAY_TRIAL2_INFO_STR = "Tired of receiving spam and other inappropriate email?  SpamKiller prevents spam from polluting your Inbox with advanced rule-based and list-based filtering technology."
  22. Const MSK_INSTALL_TRIAL_NOW_STR = "Install trial now"
  23. Const MSK_PURCHASE_NOW_STR = "Purchase now"
  24.  
  25. Const MSK_VIEW_EMAIL_STR = "View Email Blocked by SpamKiller"
  26. Const MSK_VIEW_EMAIL_INFO_STR = "View which email messages were identified and blocked as spam."
  27.  
  28. Const MSK_OPTIONS_STR = "Configure SpamKiller Options"
  29. Const MSK_SHOWOPTIONS_INFO_STR = "Review and modify your spam filter settings and other SpamKiller options."
  30.  
  31. Const MSK_HELP_MSK_STR = "SpamKiller Help"
  32. Const MSK_ABOUT_MSK_STR = "About SpamKiller"
  33.  
  34. ' LOCALIZATION NOTES: While translating, please move the text between {urlprolog}/{urlprolog2} and {urlepilog} to its proper place.
  35. ' Along with {urlprolog}/{urlprolog2} and {urlepilog}. It will be replaced at run time...
  36. ' Text inside the curly braces MUST not be translated...
  37. Const MSK_INSTALL_FREE_STR = "{urlprolog}Click here{urlepilog} if you want to {urlprolog2}install{urlepilog} a 30-day free trial of SpamKiller."
  38.  
  39. Const MSK_PC_VULNERABLE_STR = "Warning!  Your computer is highly vulnerable to receiving unsolicited email.  McAfee recommends you install anti-spam software on your computer."
  40. Const MSK_PC_MAYBEVULNERABLE_STR = "The anti-spam software you are running cannot be managed by Security Center."
  41. Const MSK_PC_HIGHLYVULNERABLE_STR = "Warning!  Your computer is highly vulnerable to receiving unsolicited email.  McAfee recommends you update your anti-spam software on your computer."
  42. Const MSK_PC_MAYBEVULNERABLE2_STR = "Your computer may be vulnerable to receiving unsolicited email.  McAfee recommends you update your anti-spam software on your computer."
  43.  
  44. Const MSK_OLDMSK_INSTALLED_TITLE_STR = "An older version of SpamKiller is currently installed on your computer."
  45.  
  46. ' LOCALIZATION NOTES: While translating, please move the text between {urlprolog}/{urlprolog2} and {urlepilog} to its proper place.
  47. ' Along with {urlprolog}/{urlprolog2} and {urlepilog}. It will be replaced at run time...
  48. ' Text inside the curly braces MUST not be translated...
  49. Const MSK_UPDAVAIL_TITLE_INFO_STR = "{urlprolog}Click here{urlepilog} if you want to {urlprolog2}update{urlepilog} SpamKiller."
  50.  
  51. Const MSK_UPDAVAIL_TITLE_DESC_STR = "A newer version of SpamKiller is now available.  McAfee recommends updating SpamKiller."
  52.  
  53. Const MSK_UPDATE_STR = "Update SpamKiller"
  54. Const MSK_UPDATEAVAILABLE_INFO_STR = "You are not protected from the latest email spam abuses.  You need to update SpamKiller now." 
  55.  
  56.  
  57. Const MSK_VERIFY_TITLE_STR = "SpamKiller must connect to McAfee.com to verify your subscription status."
  58.  
  59. ' LOCALIZATION NOTES: While translating, please move the text between {urlprolog}/{urlprolog2} and {urlepilog} to its proper place.
  60. ' Along with {urlprolog}/{urlprolog2} and {urlepilog}. It will be replaced at run time...
  61. ' Text inside the curly braces MUST not be translated...
  62. Const MSK_VERIFY_TITLEINFO_STR = "{urlprolog}Click here{urlepilog} to {urlprolog2}verify{urlepilog} your subscription."
  63.  
  64. Const MSK_REDUCINGSPAMTIPS_STR = "View Tips for Reducing Your Spam Email"
  65. Const MSK_REDUCINGSPAMTIPS_INFO_STR = "View tips and information on how you can reduce your spam email and protect yourself from Internet fraud."
  66.